﻿#imageFlow 
{	
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;	
	text-align: center;
	margin: -10px 0 0 0;
}
#imageFlow2
{
	width: 602px;	
	position:relative;
}

#imageFlow2 div#flowdetails
{
	top: 0px;
	margin: auto;
	position: relative;	
	background-color: #efefef;
}
#imageFlow2 div#flowdetails img.arrow-left
{
	float: left;
	margin: 5px 10px 0 50px;
}
#imageFlow2 div#flowdetails img.arrow-right
{
	float: left;
	margin: 5px 0 0 10px;
}
img.arrow-left:hover,
img.arrow-right:hover
{
	cursor: pointer;
}

#imageFlow .diapo 
{
	position: absolute;
	left: -4000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;	
}
#imageFlow2 .link 
{
	border: dotted #fff 1px;
	margin-left: -1px;
	margin-bottom: -1px;
}

#imageFlow2 .text 
{
	background-color: #000000;
	float: left;
	left: 0px;
	width: 402px;
	bottom: 0px;
	color: #ffffff;
	z-index: 1000;	
	padding: 5px 15px;
	text-align: center;
}

#imageFlow2 .text a
{
    font-weight:bold;
}

#imageFlow2 .title 
{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 4px 0 5px 0;
}
#imageFlow2 .legend 
{
	display: none;
	font-size: 1.1em;
	color: #666;
}
#imageFlow2 .scrollbar 
{
	position: absolute;	
	bottom: 25px;
	width: 100%;
	height: 16px;
	z-index: 1000;
}
#imageFlow2 .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	/*
	filter: alpha(opacity=30);
	opacity: 0.3;
	*/
}

#imageFlow2.bar {
	position: absolute;
	height: 16px;
	left: 25px;
}
a {
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;	
}

#imageFlowContainer
{
	width:600px;
	margin:auto;
}

p#tbcontainer
{
	position: absolute;
	top: 7px;
	right: 100px;	
	font-size: 1em;	
}

p#tbcontainer a
{
	position: relative;	
	padding: 0 0 3px 0;
	display: block;
	text-indent: -5000px;	
	background-position: 0 1px;
	background-repeat: no-repeat;
	width: 21px;
}